Small doc fix to JobQueueRedis.
authorAaron Schulz <aschulz@wikimedia.org>
Wed, 17 Apr 2013 00:41:41 +0000 (17:41 -0700)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 17 Apr 2013 17:05:37 +0000 (17:05 +0000)
Change-Id: I217b3642c67338f7d45995d81e5e18887242479a

includes/job/JobQueueRedis.php

index 1b22c8d..6947f73 100644 (file)
@@ -232,7 +232,7 @@ class JobQueueRedis extends JobQueue {
         * @throws RedisException
         */
        protected function pushBlobs( RedisConnRef $conn, array $items ) {
-               $args = array(); // ([id, sha1, blob [, id, sha1, blob ... ] ] )
+               $args = array(); // ([id, sha1, rtime, blob [, id, sha1, rtime, blob ... ] ] )
                foreach ( $items as $item ) {
                        $args[] = (string)$item['uuid'];
                        $args[] = (string)$item['sha1'];